Selerix Developer Tools
FindAll Method






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > SmartList<T> Class : FindAll Method
The match.
Finds all.
Syntax
'Declaration
 
Public Function FindAll( _
   ByVal match As Predicate(Of T) _
) As List(Of T)
'Usage
 
Dim instance As SmartList(Of T)
Dim match As Predicate(Of T)
Dim value As List(Of T)
 
value = instance.FindAll(match)
public List<T> FindAll( 
   Predicate<T> match
)
public function FindAll( 
    match: Predicate
): List; 
public function FindAll( 
   match : Predicate
) : List;
public: List<T*>* FindAll( 
   Predicate<T*>* match
) 
public:
List<T^>^ FindAll( 
   Predicate<T^>^ match
) 

Parameters

match
The match.
See Also

Reference

SmartList<T> Class
SmartList<T> Members